home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000185_compubwl@idirect.com_Tue Dec 17 14:14:53 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  38 lines

  1. Article: 13967 of comp.protocols.kermit.misc
  2. From: "Daniel Fine" <compubwl@idirect.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: File transfer over TCP/IP
  5. Lines: 18
  6. X-Priority: 3
  7. X-MSMail-Priority: Normal
  8. X-Newsreader: Microsoft Outlook Express 6.00.2720.3000
  9. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
  10. Message-ID: <zxKL9.3959$cN3.580051@news20.bellglobal.com>
  11. Date: Tue, 17 Dec 2002 14:02:58 -0500
  12. NNTP-Posting-Host: 64.229.251.194
  13. X-Complaints-To: abuse@sympatico.ca
  14. X-Trace: news20.bellglobal.com 1040151775 64.229.251.194 (Tue, 17 Dec 2002 14:02:55 EST)
  15. NNTP-Posting-Date: Tue, 17 Dec 2002 14:02:55 EST
  16. Organization: Bell Sympatico
  17. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news-peer.gip.net!news.gsl.net!gip.net!snoopy.risq.qc.ca!torn!webster!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail
  18. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13967
  19.  
  20. After working on serial lines for a while, we now have TCP available.
  21.  
  22. We need to do the following.
  23. Transfer a file from the Linux box to the Windows Box over the network.
  24. Kermit is up to date on both sides.
  25. I want the windows box sitting in server mode and the linux box will
  26. initiate the transfer.
  27.  
  28. I've racked my brain on this one and just can't seem to get it right. How do
  29. I set the network stuff?
  30. In the past I used: set line com1 and on the linux side: set line /dev/ttyS0
  31.  
  32. Please help...I'm just not on the right track to do this over the network.
  33.  
  34. Thanks,
  35. Danny
  36.  
  37.  
  38.